home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
7
/
DISK2472.ZIP
/
RUN.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-06
|
424b
|
17 lines
@Echo off
: Enter "RUN FOREVER" for a non stop show (reboot required)
If Not Exist Run.KBG C:
If Not Exist Run.KBG CD \Packages\GanttPac
If Not Exist Run.KBG Echo GANTT RUN files not found.
If Not Exist Run.KBG GoTo Exit
:Forever
Copy Run.KBG *.GKB >Nul
GANTT2 Run
Erase Run.GKB
If.%1==.FOREVER GoTo Forever
If.%1==.forever GoTo Forever
If.%1==.Forever GoTo Forever
If.%1==.ForEver GoTo Forever
Menu
:Exit